home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / RTF / Xc.tmpl < prev    next >
Text File  |  1994-08-01  |  285b  |  22 lines

  1. /* Convex widget set build rules */
  2.  
  3. RICHTEXTLIB = -lXc
  4.  
  5. .SUFFIXES: .c .C .o
  6.  
  7. .C.o:
  8.     $(RM) $@
  9.     $(C++) -c $(CFLAGS) $*.C
  10.  
  11. #ifdef SunArchitecture
  12. GNUOPTS = -fstrength-reduce -fpcc-struct-return
  13.  
  14. CC = gcc $(GNUOPTS)
  15. C++ = g++ $(GNUOPTS)
  16. C++LIB = -lg++
  17. #else
  18. C++ = CC
  19. C++LIB = -lC
  20. #endif
  21.  
  22.